projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1aa0f79
)
cssfiltervalue: Change node name
author
Benjamin Otte
<otte@redhat.com>
Sat, 31 Dec 2016 12:49:43 +0000
(13:49 +0100)
committer
Benjamin Otte
<otte@redhat.com>
Sat, 31 Dec 2016 13:37:20 +0000
(14:37 +0100)
We're not just using this for icon filters, but for regular filters, so
the existing name is confusing.
gtk/gtkcssfiltervalue.c
patch
|
blob
|
history
diff --git
a/gtk/gtkcssfiltervalue.c
b/gtk/gtkcssfiltervalue.c
index 808d41f18c6a5b83bb73e859bdaf9ae92390e6e0..7ad0bd431bd890d2071a49afe58464ce0484a851 100644
(file)
--- a/
gtk/gtkcssfiltervalue.c
+++ b/
gtk/gtkcssfiltervalue.c
@@
-849,7
+849,7
@@
gtk_css_filter_value_push_snapshot (const GtkCssValue *filter,
gtk_snapshot_push_color_matrix (snapshot,
&matrix,
&offset,
- "
Icon
Filter<%u>", filter->n_filters);
+ "
Css
Filter<%u>", filter->n_filters);
}
void